Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major dependencies and transpile ohash #744

Merged
merged 4 commits into from
May 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 17, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitejs/plugin-legacy (source) ^4.0.2 -> ^4.0.3 age adoption passing confidence
@vueuse/head ^1.1.23 -> ^1.1.26 age adoption passing confidence
c12 ^1.2.0 -> ^1.4.1 age adoption passing confidence
enhanced-resolve ^5.12.0 -> ^5.13.0 age adoption passing confidence
eslint (source) ^8.38.0 -> ^8.39.0 age adoption passing confidence
eslint-plugin-jsdoc ^43.1.0 -> ^43.1.1 age adoption passing confidence
estree-walker ^2.0.2 -> ^3.0.3 age adoption passing confidence
ohash ^1.0.0 -> ^1.1.2 age adoption passing confidence
pkg-types ^1.0.2 -> ^1.0.3 age adoption passing confidence
pnpm (source) 8.2.0 -> 8.4.0 age adoption passing confidence
postcss (source) ^8.4.22 -> ^8.4.23 age adoption passing confidence
semver ^7.4.0 -> ^7.5.0 age adoption passing confidence
terser (source) ^5.16.9 -> ^5.17.1 age adoption passing confidence
unctx ^2.2.0 -> ^2.3.0 age adoption passing confidence
vite (source) ~4.2.1 -> ~4.3.4 age adoption passing confidence
vue (source) ^2.7.14 -> ^3.2.47 age adoption passing confidence

Release Notes

vitejs/vite (@​vitejs/plugin-legacy)

v4.0.3

Compare Source

vueuse/head

v1.1.26

Compare Source

webpack/enhanced-resolve

v5.13.0

Compare Source

Features

Bugfixes

Dependencies

Developer Experience

New Contributors

Full Changelog: webpack/enhanced-resolve@v5.12.0...v5.13.0

eslint/eslint

v8.39.0

Compare Source

Features

  • 3f7af9f feat: Implement SourceCode#markVariableAsUsed() (#​17086) (Nicholas C. Zakas)

Documentation

  • 6987dc5 docs: Fix formatting in Custom Rules docs (#​17097) (Milos Djermanovic)
  • 4ee92e5 docs: Update README (GitHub Actions Bot)
  • d8e9887 docs: Custom Rules cleanup/expansion (#​16906) (Ben Perlmutter)
  • 1fea279 docs: Clarify how to add to tsc agenda (#​17084) (Nicholas C. Zakas)
  • 970ef1c docs: Update triage board location (Nicholas C. Zakas)
  • 6d8bffd docs: Update README (GitHub Actions Bot)

Chores

gajus/eslint-plugin-jsdoc

v43.1.1

Compare Source

unjs/ohash

v1.1.2

Compare Source

compare changes

🩹 Fixes
  • objectHash: Serialize boolean as bool (186e719)
✅ Tests
❤️ Contributors
unjs/pkg-types

v1.0.3

Compare Source

compare changes

🩹 Fixes
  • Add exports.types field (#​120)
📖 Documentation
  • Remove duplicate usage in readme (#​115)
🤖 CI
  • Remove lint workflow from matrix (a5a00af)
  • Revert to node 16 (f6cb62c)
❤️ Contributors
pnpm/pnpm

v8.4.0

Compare Source

Minor Changes

  • pnpm publish supports the --provenance CLI option #​6435.

Patch Changes

  • Link the bin files of local workspace dependencies, when node-linker is set to hoisted 6486.
  • Ask the user to confirm the removal of node_modules directory unless the --force option is passed.
  • Do not create a node_modules folder with a .modules.yaml file if there are no dependencies inside node_modules.

Our Gold Sponsors

Our Silver Sponsors

v8.3.1

Compare Source

Patch Changes

  • Patch node-fetch to fix an error that happens on Node.js 20 #​6424.

Our Gold Sponsors

Our Silver Sponsors

v8.3.0

Compare Source

Minor Changes

  • A custom compression level may be specified for the pnpm pack command using the pack-gzip-level setting #​6393.
  • Add --check flag to pnpm dedupe. No changes will be made to node_modules or the lockfile. Exits with a non-zero status code if changes are possible.
  • pnpm install --resolution-only re-runs resolution to print out any peer dependency issues #​6411.

Patch Changes

  • Warn user when publishConfig.directory of an injected workspace dependency does not exist #​6396.
  • Use hard links to link the node executable on Windows machines #​4315.

Our Gold Sponsors

Our Silver Sponsors

postcss/postcss

v8.4.23

Compare Source

  • Fixed warnings in TypeDoc.
terser/terser

v5.17.1

Compare Source

  • Fix evaluating .length when the source array might've been mutated

v5.17.0

Compare Source

  • Drop vestigial = undefined default argument in IIFE calls (#​1366)
  • Evaluate known arrays' .length property when statically determinable
  • Add @__KEY__ annotation to mangle string literals (#​1365)
vitejs/vite (vite)

v4.3.4

Compare Source

v4.3.3

Compare Source

v4.3.2

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

Vite 4.3 is out! Read the announcement blog post here

Vite 4.3, It's Fast

In this minor, we focused on improving the dev server performance. The resolve logic got streamlined, improving hot paths and implementing smarter caching for finding package.json, TS config files, and resolved URL in general.

You can read a detailed walkthrough of the performance work done in this blog post by one of Vite Contributors: How we made Vite 4.3 faaaaster 🚀.

This sprint resulted in speed improvements across the board compared to Vite 4.2.

These are the performance improvements as measured by sapphi-red/performance-compare, which tests an app with 1000 React Components cold and warm dev server startup time as well as HMR times for a root and a leaf component:

Vite (babel) Vite 4.2 Vite 4.3 Improvement
dev cold start 17249.0ms 5132.4ms -70.2%
dev warm start 6027.8ms 4536.1ms -24.7%
Root HMR 46.8ms 26.7ms -42.9%
Leaf HMR 27.0ms 12.9ms -52.2%
Vite (swc) Vite 4.2 Vite 4.3 Improvement
dev cold start 13552.5ms 3201.0ms -76.4%
dev warm start 4625.5ms 2834.4ms -38.7%
Root HMR 30.5ms 24.0ms -21.3%
Leaf HMR 16.9ms 10.0ms -40.8%

You can read more information about the benchmark here

Features
Performance


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency c12 to ^1.3.0 chore(deps): update all non-major dependencies Apr 17, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from d28e258 to 70d2f87 Compare April 24, 2023 19:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 3fa069f to 67923ef Compare April 27, 2023 17:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 67923ef to 9bc575a Compare May 2, 2023 08:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9bc575a to 70dbcc8 Compare May 2, 2023 17:29
@renovate
Copy link
Contributor Author

renovate bot commented May 2, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@danielroe danielroe changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies and transpile ohash May 2, 2023
@danielroe danielroe merged commit ca0f5c5 into main May 2, 2023
@danielroe danielroe deleted the renovate/all-minor-patch branch May 2, 2023 22:50
@danielroe danielroe mentioned this pull request Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant